expose hidden BLTOUCH setting changes#22069
expose hidden BLTOUCH setting changes#22069shitcreek merged 2 commits intoMarlinFirmware:bugfix-2.0.xfrom
Conversation
|
Sorry this was merged before I had a chance to review it. I will make sure all admins are brought up to date on the no-merge policy ASAP. If a setting is very important then use |
|
Ahoj, využívám funkci Teď mi to při kompilaci hlásí: Ale jde to zkompilovat, tak nevím jestli je to v pořádku, mě BLTOUCH fungoval bez problémů..... |
|
@DrumClock — Please stop cross-posting on other issues! It is obnoxious! |
Description
When you enable BLTOUCH, Marlin quietly resets DEACTIVATE_SERVOS_AFTER_MOVE, Z_MIN_PROBE_ENDSTOP_INVERTING and Z_MIN_ENDSTOP_INVERTING to what is needed by the BLTOUCH.
This leads to many user arguments along the lines of "I have Z_MIN_ENDSTOP_INVERTING set true, and BLTOUCH works for me" Immediately followed by a second user says the opposite "I have Z_MIN_ENDSTOP_INVERTING set false, and BLTOUCH works for me" and on and on...
This exposes that Marlin is resetting these defines to what is actually needed by BLTOUCH
Requirements
BLTOUCH and various combinations of DEACTIVATE_SERVOS_AFTER_MOVE, Z_MIN_ENDSTOP_INVERTING and Z_MIN_PROBE_ENDSTOP_INVERTING
Benefits
Less confused users, cleaner Config files that have correct settings.